RestartFrameRequest

data class RestartFrameRequest(callFrameId: CallFrameId)

Represents request frame that can be used with Debugger#restartFrame operation call.

Restarts particular call frame from the beginning.

See also

Constructors

RestartFrameRequest
Link copied to clipboard
fun RestartFrameRequest(callFrameId: CallFrameId)

Properties

callFrameId
Link copied to clipboard
val callFrameId: CallFrameId
Call frame identifier to evaluate on.

Sources

jvm source
Link copied to clipboard